Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement getstepsize() for NoAdaptation samplers #2405

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

penelopeysm
Copy link
Member

@penelopeysm penelopeysm commented Nov 29, 2024

Closes #2400

Copy link

codecov bot commented Nov 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.62%. Comparing base (365fe16) to head (56bf5b5).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2405      +/-   ##
==========================================
+ Coverage   86.41%   86.62%   +0.20%     
==========================================
  Files          22       22              
  Lines        1575     1577       +2     
==========================================
+ Hits         1361     1366       +5     
+ Misses        214      211       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@penelopeysm penelopeysm force-pushed the py/getstepsize-noadaptation branch 2 times, most recently from c86a34e to ce5f3a5 Compare November 29, 2024 23:47
@coveralls
Copy link

coveralls commented Nov 29, 2024

Pull Request Test Coverage Report for Build 12355640806

Details

  • 0 of 2 (0.0%) changed or added relevant lines in 1 file are covered.
  • 122 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-7.9%) to 78.485%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/mcmc/hmc.jl 0 2 0.0%
Files with Coverage Reduction New Missed Lines %
src/mcmc/hmc.jl 122 0.0%
Totals Coverage Status
Change from base Build 12325358448: -7.9%
Covered Lines: 1233
Relevant Lines: 1571

💛 - Coveralls

@penelopeysm penelopeysm marked this pull request as ready for review December 1, 2024 19:02
@penelopeysm penelopeysm force-pushed the py/getstepsize-noadaptation branch 2 times, most recently from e39208f to fdcd4d5 Compare December 2, 2024 00:45
@penelopeysm penelopeysm force-pushed the py/getstepsize-noadaptation branch from fdcd4d5 to 4a78972 Compare December 2, 2024 00:46
@penelopeysm penelopeysm requested a review from sunxd3 December 3, 2024 10:53
@sunxd3
Copy link
Member

sunxd3 commented Dec 3, 2024

make sense, but coverage is saying that the added function is not hit, is it making a mistake?

Also a bunch of test errors -- I thought they are not related, but might be?

@penelopeysm
Copy link
Member Author

No idea why the coverage isn't right. I tried to rerun and it's no different...

Yeah the errors are Mooncake related so separate from this PR.

@penelopeysm penelopeysm merged commit 700a19a into master Dec 17, 2024
66 of 70 checks passed
@penelopeysm penelopeysm deleted the py/getstepsize-noadaptation branch December 17, 2024 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MethodError matching getϵ for AdvancedHMC Adaption
4 participants